From 5dbccc868e2c066a2b260f22cac2de8ac705f2ba Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Fri, 17 Apr 2015 01:07:03 +0200 Subject: [PATCH] Adwaita: fix outline radius for dialog-action-area buttons https://bugzilla.gnome.org/show_bug.cgi?id=748013 --- gtk/theme/Adwaita/_common.scss | 2 ++ gtk/theme/Adwaita/gtk-contained-dark.css | 6 ++++-- gtk/theme/Adwaita/gtk-contained.css | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 34fc60255d..dcf38f8ca2 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -2879,10 +2879,12 @@ GtkCalendar { } %last_button { border-bottom-right-radius: 7px; + outline-bottom-right-radius: 5px; } %first_button { border-left-style: none; border-bottom-left-radius: 7px; + outline-bottom-left-radius: 5px; } } } diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index afa2610d14..a712bf43fe 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -3989,10 +3989,12 @@ GtkCalendar { border-right-style: none; border-bottom-style: none; } .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 7px; } + border-bottom-right-radius: 7px; + outline-bottom-right-radius: 5px; } .message-dialog.csd .dialog-action-area .button:first-child { border-left-style: none; - border-bottom-left-radius: 7px; } + border-bottom-left-radius: 7px; + outline-bottom-left-radius: 5px; } GtkFileChooserDialog .search-bar { background-color: #292929; diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index e6e3584a08..fa7acda181 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -4161,10 +4161,12 @@ GtkCalendar { border-right-style: none; border-bottom-style: none; } .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 7px; } + border-bottom-right-radius: 7px; + outline-bottom-right-radius: 5px; } .message-dialog.csd .dialog-action-area .button:first-child { border-left-style: none; - border-bottom-left-radius: 7px; } + border-bottom-left-radius: 7px; + outline-bottom-left-radius: 5px; } GtkFileChooserDialog .search-bar { background-color: #ffffff; -- 2.30.2